home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980424-19980901 / 000184_news@newsmaster….columbia.edu _Wed Jun 10 04:20:34 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id EAA25163
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 10 Jun 1998 04:20:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id EAA03045
  7.     for kermit.misc@watsun; Wed, 10 Jun 1998 04:20:33 -0400 (EDT)
  8. Message-ID: <357E3AF1.E299BFB3@eurospill.no>
  9. Date: Wed, 10 Jun 1998 09:51:13 +0200
  10. From: Morten Knudsen <morten@eurospill.no>
  11. X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.29 i586)
  12. MIME-Version: 1.0
  13. Newsgroups: comp.protocols.kermit.misc
  14. Subject: Scripts: INPUT timed out
  15. Content-Type: text/plain; charset=us-ascii
  16. Content-Transfer-Encoding: 7bit
  17. NNTP-Posting-Host: 195.18.252.211
  18. X-NNTP-Posting-Host: 195.18.252.211
  19. Lines: 23
  20. X-Complaints-To: abuse@i.telia.no
  21. Path: news.columbia.edu!panix!nntprelay.mathworks.com!news-feed.inet.tele.dk!bofh.vszbr.cz!masternews.telia.net!newsfeed50.telia.com!d2o202.telia.com!195.18.252.211
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8856
  23.  
  24. I'm just starting to learn kermit script programming. My problem is 
  25. that my input commands are all timing out. Also if I type interactivly
  26.  
  27. output AT\13
  28. input 10 OK
  29.  
  30. the input command fails. This .kermrc 
  31.  
  32. set line /dev/modem
  33. set speed 19200
  34. set modem usrobotics
  35. set dial prefix 0
  36. set dial method tone
  37. set input timeout-action quit
  38. output AT\13
  39. input 3 OK
  40. output AT\13
  41. input 3 OK
  42.  
  43. fails on the second input line. Any hints? 
  44.  
  45. Best regards, 
  46. Morten Knudsen.